mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 21:48:39 +01:00
125 parser errors.
This commit is contained in:
@@ -467,11 +467,11 @@
|
||||
/obj/item/robot_model/ninja/rebuild_modules()
|
||||
. = ..()
|
||||
var/mob/living/silicon/robot/Ninja = loc
|
||||
Ninja.faction -= "silicon" //ai turrets hostile against assault and medical
|
||||
Ninja.remove_faction("silicon") //ai turrets hostile against assault and medical
|
||||
|
||||
/obj/item/robot_model/ninja/remove_module(obj/item/I, delete_after)
|
||||
var/mob/living/silicon/robot/Ninja = loc
|
||||
Ninja.faction += "silicon"
|
||||
Ninja.add_faction("silicon")
|
||||
. = ..()
|
||||
|
||||
/obj/item/robot_model/ninja/ninja_medical
|
||||
|
||||
Reference in New Issue
Block a user