mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-11 15:14:27 +01:00
Gave EN's suit minor magnitis, also made affect machine people
This commit is contained in:
@@ -162,6 +162,15 @@
|
||||
name = "E-N Suit"
|
||||
icon_state = "ensuit"
|
||||
|
||||
/obj/item/clothing/suit/corgisuit/en/New()
|
||||
..()
|
||||
processing_objects.Add(src)
|
||||
|
||||
/obj/item/clothing/suit/corgisuit/en/process()
|
||||
if(prob(2))
|
||||
if(!M.anchored && (M.flags & CONDUCT))
|
||||
if(istype(S, /mob/living/silicon/ai)) continue
|
||||
|
||||
/obj/item/clothing/suit/monkeysuit
|
||||
name = "Monkey Suit"
|
||||
desc = "A suit that looks like a primate"
|
||||
|
||||
Reference in New Issue
Block a user