nemvar more like nemnerd

This commit is contained in:
L
2020-09-29 08:47:47 -03:00
parent baa30b5d42
commit 3f9244752e
2 changed files with 19 additions and 12 deletions
+2 -2
View File
@@ -108,7 +108,6 @@
*/
#define NODERANGE 3
#define WEED_ICON "weed"
/obj/structure/alien/weeds
gender = PLURAL
@@ -150,6 +149,7 @@
///Randomizes the weeds' starting icon, gets redefined by children for them not to share the behavior.
/obj/structure/alien/weeds/proc/set_base_icon()
. = base_icon_state
switch(rand(1,3))
if(1)
icon = 'icons/obj/smooth_structures/alien/weeds1.dmi'
@@ -160,7 +160,7 @@
if(3)
icon = 'icons/obj/smooth_structures/alien/weeds3.dmi'
base_icon_state = "weeds3"
icon = "[base_icon_state]-[smoothing_junction]"
set_smoothed_icon_state(smoothing_junction)
/obj/structure/alien/weeds/proc/expand()