mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 02:34:00 +00:00
Compile fixes.
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
if(!floortype && initial_flooring)
|
||||
floortype = initial_flooring
|
||||
if(floortype)
|
||||
get_flooring_by_name(floortype)
|
||||
set_flooring(get_flooring_data(floortype))
|
||||
|
||||
//TEMPORARY DEBUGGING LINES, REMOVE LATER
|
||||
if(!flooring && icon_state != "plating")
|
||||
|
||||
@@ -233,7 +233,7 @@
|
||||
visible_message("<span class='notice'>[src] begins to improve the floor.</span>")
|
||||
if(do_after(src, 50))
|
||||
if(!F.flooring)
|
||||
F.set_flooring(get_flooring_by_name(floor_build_type))
|
||||
F.set_flooring(get_flooring_data(floor_build_type))
|
||||
addTiles(-1)
|
||||
target = null
|
||||
repairing = 0
|
||||
|
||||
Reference in New Issue
Block a user