spacepodfluff

This commit is contained in:
Aurorablade
2018-02-09 22:34:17 -05:00
parent bd50420a50
commit 3bdecb4e54
3 changed files with 30 additions and 0 deletions
+4
View File
@@ -67,9 +67,13 @@
var/move_delay = 2
var/next_move = 0
var/can_paint = TRUE
/obj/spacepod/proc/apply_paint(mob/user as mob)
var/part_type
if(can_paint == FALSE)
to_chat(user, "You can't repaint this type of pod!")
var/part = input(user, "Choose part", null) as null|anything in list("Lights","Rim","Paint","Windows")
switch(part)
if("Lights")