The Cook now only works under siege. (#35597)

The chef's CQC skill now only works in the kitchen area
This commit is contained in:
Iamgoofball
2018-02-13 12:18:26 -08:00
committed by CitadelStationBot
parent c52562fed3
commit 5793fe893f
2 changed files with 19 additions and 3 deletions
+1 -1
View File
@@ -216,7 +216,7 @@ Cook
var/chosen_box = pick(possible_boxes)
var/obj/item/storage/box/I = new chosen_box(src)
H.equip_to_slot_or_del(I,slot_in_backpack)
var/datum/martial_art/cqc/justacook = new
var/datum/martial_art/cqc/under_siege/justacook = new
justacook.teach(H)
/*