mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 13:37:58 +01:00
Gives Surgical Drapes a Use (#25686)
* Gives drapes some utility for starting surgeries * Adds a nice helping of drapes throughout the codebase * add icon, realize I didn't think that through * Handles blood with signals * whoopsie daisy * range * how about borgs * Apply suggestions from code review Co-authored-by: Matt <116982774+Burzah@users.noreply.github.com> Signed-off-by: Luc <89928798+lewcc@users.noreply.github.com> * burza suggestion * more dgamer reviews * Oops * Update code/modules/surgery/surgery.dm Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com> Signed-off-by: Luc <89928798+lewcc@users.noreply.github.com> --------- Signed-off-by: Luc <89928798+lewcc@users.noreply.github.com> Co-authored-by: Matt <116982774+Burzah@users.noreply.github.com> Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
This commit is contained in:
@@ -154,7 +154,8 @@
|
||||
/obj/item/bonegel,
|
||||
/obj/item/retractor,
|
||||
/obj/item/bonesetter,
|
||||
/obj/item/circular_saw)
|
||||
/obj/item/circular_saw,
|
||||
/obj/item/surgical_drapes)
|
||||
cost = 400
|
||||
containertype = /obj/structure/closet/crate/secure
|
||||
containername = "surgery crate"
|
||||
|
||||
Reference in New Issue
Block a user