mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Tg panel patch 2 (#8085)
Co-authored-by: Cadyn Bombaci <cadynspacetechguy@gmail.com>
This commit is contained in:
@@ -212,7 +212,7 @@
|
||||
/mob/living/verb/climb_down()
|
||||
set name = "Climb down wall"
|
||||
set desc = "attempt to climb down the wall you are standing on, in direction you're looking"
|
||||
set category = "IC"
|
||||
set category = "IC.Game" //CHOMPEdit
|
||||
|
||||
var/fall_chance = 0 //Increased if we can't actually climb
|
||||
var/turf/our_turf = get_turf(src) //floor we're standing on
|
||||
|
||||
Reference in New Issue
Block a user