mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-21 20:13:45 +01:00
Fix varedited areas on Meta. (#20122)
* Fix varedited areas on Meta. * inherited vars
This commit is contained in:
committed by
GitHub
parent
b9c2778162
commit
d32cbb7638
@@ -5,7 +5,6 @@
|
||||
var/restraining = FALSE //used in cqc's disarm_act to check if the disarmed is being restrained and so whether they should be put in a chokehold or not
|
||||
var/chokehold_active = FALSE //Then uses this to determine if the restrain actually goes anywhere
|
||||
var/static/list/areas_under_siege = typecacheof(list(/area/crew_quarters/kitchen,
|
||||
/area/crew_quarters/cafeteria,
|
||||
/area/crew_quarters/bar))
|
||||
|
||||
/datum/martial_art/cqc/under_siege
|
||||
|
||||
Reference in New Issue
Block a user