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