mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-05 15:04:21 +00:00
world << removal
- Removes world << which was triggered by robotic reset modules.
This commit is contained in:
@@ -30,9 +30,9 @@
|
||||
R.uneq_all()
|
||||
R.hands.icon_state = "nomod"
|
||||
R.icon_state = "robot"
|
||||
world << R.custom_sprite
|
||||
//world << R.custom_sprite
|
||||
if(R.custom_sprite == 1)
|
||||
world << R.icon_state
|
||||
//world << R.icon_state
|
||||
icon = 'icons/mob/custom-synthetic.dmi'
|
||||
R.icon_state = "[R.ckey]-Standard"
|
||||
del(R.module)
|
||||
|
||||
Reference in New Issue
Block a user