Skip to content

Commit

Permalink
sleeping carp tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
ReezeBL committed Nov 14, 2023
1 parent fe2753f commit aaf17b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/datums/martial/sleeping_carp.dm
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
return ..()

/datum/martial_art/the_sleeping_carp/proc/can_deflect(mob/living/carp_user)
if(!can_use(carp_user) || !carp_user.combat_mode)
if(!can_use(carp_user) || !carp_user.throw_mode) //FF EDIT, old: if(!can_use(carp_user) || !carp_user.throw_mode)
return FALSE
if(carp_user.incapacitated(IGNORE_GRAB)) //NO STUN
return FALSE
Expand Down
2 changes: 1 addition & 1 deletion code/modules/uplink/uplink_items/stealthy.dm
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
and gain the ability to swat bullets from the air, but you will also refuse to use dishonorable ranged weaponry."
item = /obj/item/book/granter/martial/carp
progression_minimum = 30 MINUTES
cost = 17
cost = 13 //FF EDIT, old value: 17
surplus = 0
purchasable_from = ~(UPLINK_NUKE_OPS | UPLINK_CLOWN_OPS)

Expand Down

0 comments on commit aaf17b0

Please sign in to comment.