Skip to content

Commit

Permalink
also removes trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
uuuuhuuuu committed Jul 16, 2024
1 parent ef83820 commit 6b7b456
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions code/game/area/areas.dm
Original file line number Diff line number Diff line change
Expand Up @@ -380,22 +380,6 @@
if(istype(M))
use_power(-M.calculate_current_power_usage(), M.power_channel)

/area/proc/thunk(M)
if(istype(get_turf(M), /turf/open/space)) // Can't fall onto nothing.
return

if(istype(M,/mob/living/carbon/human/)) // Only humans can wear magboots, so we give them a chance to.
var/mob/living/carbon/human/H = M
if((istype(H.shoes, /obj/item/clothing/shoes/magboots) && (H.shoes.flags_inventory & NOSLIPPING)))
return
H.adjust_effect(5, STUN)
H.adjust_effect(5, WEAKEN)

to_chat(M, "Gravity!")




//atmos related procs

/area/return_air()
Expand Down

0 comments on commit 6b7b456

Please sign in to comment.