Merge pull request #5465 from Citadel-Station-13/upstream-merge-35597

[MIRROR] The Cook now only works under siege.
This commit is contained in:
deathride58
2018-02-13 21:24:18 +00:00
committed by GitHub
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)
/*