mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
Fixes cogscarab sprites not updating (#31142)
* Fixes cogscarab sprites now updating * fix spacing * Update extra_drone_types.dm
This commit is contained in:
committed by
Joan Lung
parent
022174326e
commit
8e9e2f82b5
@@ -237,3 +237,8 @@
|
||||
. = ..()
|
||||
if(.)
|
||||
update_icons()
|
||||
|
||||
/mob/living/simple_animal/drone/cogscarab/update_canmove()
|
||||
. = ..()
|
||||
if(.)
|
||||
update_icons()
|
||||
|
||||
Reference in New Issue
Block a user