mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-21 04:57:57 +01:00
@@ -241,8 +241,10 @@ Doesn't work on other aliens/AI.*/
|
||||
user << "<span class='danger'>There is already a resin structure there.</span>"
|
||||
return 0
|
||||
var/choice = input("Choose what you wish to shape.","Resin building") as null|anything in structures
|
||||
if(!choice) return 0
|
||||
|
||||
if(!choice)
|
||||
return 0
|
||||
if (!cost_check(check_turf,user))
|
||||
return 0
|
||||
user << "<span class='notice'>You shape a [choice].</span>"
|
||||
user.visible_message("<span class='notice'>[user] vomits up a thick purple substance and begins to shape it.</span>")
|
||||
|
||||
@@ -331,4 +333,4 @@ Doesn't work on other aliens/AI.*/
|
||||
|
||||
|
||||
/proc/cmp_abilities_cost(obj/effect/proc_holder/alien/a, obj/effect/proc_holder/alien/b)
|
||||
return b.plasma_cost - a.plasma_cost
|
||||
return b.plasma_cost - a.plasma_cost
|
||||
|
||||
Reference in New Issue
Block a user