Преглед изворни кода

Moved pharmacy purchase to above table

Moved the pharmacy purchase output to above the item list to keep it
above the fold and easier to see
Thekingofsweden пре 9 година
родитељ
комит
3ffc920b30
1 измењених фајлова са 3 додато и 1 уклоњено
  1. 3 1
      locations/pharmacy

+ 3 - 1
locations/pharmacy

@@ -5,6 +5,9 @@ set minut += 5
 *pl '<center><b><font color="maroon">Pharmacy</font></b></center>'
 *pl '<center><img src="images/community/pharmacy.jpg"></center>'
 
+!! output for purchased item
+*p iif($ARGS[0] = 'start' or $ARGS[0] = '' or $ARGS[0] = 'move', '<br/>', '<center><<$ARGS[0]>></center>')
+
 *pl '<center><table align="center">' + _
 FUNC ('$stock_item', 5, 'condoms', 100, 'prezik', $CURLOC) + _
 FUNC ('$stock_item', 1, 'pregnancy test', 200, 'pregtest', $CURLOC) + _
@@ -19,7 +22,6 @@ FUNC ('$stock_item', 1, 'weight loss pill', 2000, 'fatdel', $CURLOC) + _
 
 !!gs '$stock_item', 1, 'antifungal pills', 600, 'mosolmaz', $CURLOC
 *nl
-*p iif( $ARGS[0] = 'start', '', '<center><<$ARGS[0]>></center>')
 clr
 gs 'stat'
 gs 'time'